function templates meaning in English
函数模板
Examples
- Item 7 : why not specialize function templates
条款7 :为什么不特化函数模板? - A function template is like an extension to a user - defined function
函数模板就像是用户定义函数的一个扩展。 - For the create function statement extension for function templates , refer to the
要了解函数模板的create function语句扩展,请参阅 - Shows the issues to consider in determining when a function template needs to be registered
展示了在决定何时需要注册函数模板时所考虑的问题。 - When a query references a function template , the query optimizer tries to generate a feasible plan that allows this function reference to be evaluated on the remote data source
当一个查询引用一个函数模板时,查询优化器尝试生成一个灵活的计划,允许在远程数据源上计算这个函数引用。